home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / ppcinline / translator.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  645b  |  19 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _PPCINLINE_TRANSLATOR_H
  4. #define _PPCINLINE_TRANSLATOR_H
  5.  
  6. #ifndef __PPCINLINE_MACROS_H
  7. #include <powerup/ppcinline/macros.h>
  8. #endif /* !__PPCINLINE_MACROS_H */
  9.  
  10. #ifndef TRANSLATOR_BASE_NAME
  11. #define TRANSLATOR_BASE_NAME TranslatorBase
  12. #endif /* !TRANSLATOR_BASE_NAME */
  13.  
  14. #define Translate(inputString, inputLength, outputBuffer, bufferSize) \
  15.     LP4(0x1e, LONG, Translate, STRPTR, inputString, a0, long, inputLength, d0, STRPTR, outputBuffer, a1, long, bufferSize, d1, \
  16.     , TRANSLATOR_BASE_NAME, IF_CACHEFLUSHALL, NULL, 0, IF_CACHEFLUSHALL, NULL, 0)
  17.  
  18. #endif /* !_PPCINLINE_TRANSLATOR_H */
  19.